home *** CD-ROM | disk | FTP | other *** search
/ The Learning Curve / The Learning Curve (Weird Science, 1996).iso / computers / ados_guide_v1.5 / ados commands / protect < prev    next >
Encoding:
Text File  |  1995-03-10  |  401 b   |  26 lines

  1. AMIGADOS GUIDE V1.5
  2. PROTECT
  3.  
  4. USE:
  5. This command enables the user to set the protection flags of any  
  6. AmigaDOS file.
  7.  
  8. PATH:
  9. C:
  10.  
  11. SYSTEM:
  12. 2.0 (enhanced),  2.1,  3.0
  13.  
  14. EXAMPLES:
  15. 1>PROTECT Userfile RWE
  16. 1>PROTECT Userfile  +A    (Sets  the  file)
  17. 1>PROTECT Userfile  -A        (Resets  the  file)
  18.  
  19. NOTES:
  20. Protection  Flags:
  21.                 A=Archive        R=Readable
  22.                 W=Writable        E=Executable
  23.                 D=Deletable        P=Pure
  24.                 S=Script
  25.  
  26.